* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Gotham;
}
.head {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 50px;
}
.title {
    font-weight: 300;
    font-size: clamp(40px, 5vw, 80px);
    line-height: clamp(39px, 4.9vw, 79.04px);
    color: #2B70B8;
    width: 100%;
}
.bold {
    font-weight: bold;
}
.mini {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: clamp(18px, 3vw, 24px);
}
.sub {
    color: #2B70B8;
}
/*Marquee Section */

.marquee-container{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    height: fit-content;
}
.marquee{
    display: flex;
    flex-wrap: nowrap;
    gap: 8vw;
    padding: 2.5rem 0;
    height: fit-content;
    background-color: #000;
    width: max-content;
}
.marquee h5{
    color: #FFF;
    font-family: Gotham;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 100% */
    text-transform: uppercase;
}
.insurance-container {
    background-image: url('/assets/image\ 10.webp');
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 25px 70px;
    gap: 20px;
}
.insurance-left-section {
    width: 50%;
    border-radius: 25px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.insurance-image-card {
    position: relative;
    height: 75%;
    width: 96%;
    border-radius: 15px;
    overflow: hidden;
}
.insurance-image-card img {
    width: 100%;
    border-radius: 15px;
}
.insurance-overlay-text {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
    z-index: 1;
}
.insurance-card-number {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #2B70B8;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.5rem;
}
.insurance-text-content {
    margin-top: 20px;
    width: 83%;
}
.insurance-text-content h3 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 10px;
}
.insurance-text-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.insurance-right-section {
    width: 40%;
}
.insurance-list-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.insurance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.insurance-item p{
    color: #2B70B8;
}
.insurance-item.active {
    background-color: #2B70B8;
    color: white;
}
.insurance-item.active .insurance-circle-number {
    background-color: white;
    color: #2B70B8;
}
.insurance-circle-number {
    background-color: #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
}
.insurance-item span {
    flex-grow: 1;
    margin-left: 20px;
    font-size: 1rem;
    color: #333;
}
.insurance-arrow img {
    width: 20px;
    height: 20px;
}
.hero-section-custom {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./images/biohazard\ 5.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.menu-puntos{
    background-color: transparent;
    display:flex;
}
.hero-title-custom {
    font-size: 3.75vw;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
}
.hero-title-custom .emergency {
    font-weight: 700;
    font-size: 8vw;
}
.hero-subtitle-custom {
    font-size: 1.2rem;
    margin: 20px 0;
}
.button-group-custom {
    display: inline-flex;
    align-items: center;
}
.btn-custom {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #f0f0f0;
}
.small-btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
}
.small-arrow-custom {
    font-size: 1.2rem;
    transition: margin-left 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-arrow-custom img{
    width: 14px;
    height: 14px;
}
/*FOOTER*/
footer{
    display: flex;
    padding: 2.5vw;
    padding-top: 5vw;
    background-color: white;
}
footer.mb-footer{
    display: none;
}
.footer-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left .footer-title h1{
    color: #000;
    font-family: Gotham;
    font-size: clamp(40px,8vw, 10rem);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    position: relative;
}
.footer-left .footer-title h1 img{
    width: 25%;
}
.footer-title .total-users{
    font-size: clamp(16px, 1.25vw, 1.25rem);
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 15%;
    right: 10%;
} 
.footer-title .total-users span{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 strong{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 .blue-word{
    color: #2B70B8;
    font-family: Gotham-Bold;
}
.footer-email {
    width: 50%;
    position: relative;
    margin-top: 10%;
}
.footer-email input{
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 0px 1.5vw 0px;
    background-color: transparent;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    width: 100%;
}
.footer-email button{
    position: absolute;
    right: 0;
    top: -0.5vw;
    background-color: #2B70B8;
    border-radius: 30000px;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border: none;
}
.footer-email button svg{
    fill: #FFF;
    width: 10px;
    height: 10px;
    transform: rotateZ(-45deg);
}
.footer-bottom{
    display: flex;
    
    margin-top: 10%;
    width: 60%;
    justify-content: space-between;
    font-family: Gotham-Light;
}
.footer-bottom a{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-bottom h6{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-right ul{
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 1vw;
    text-align: end;
    margin-right: 1vw;
}
.footer-right ul li a{
    color: #000;
    font-family: Gotham;
    font-size: clamp(14px, 1.2vw, 1.45rem);
    text-decoration: none;
    text-transform: uppercase;
}
.how-help-controls{
    height: 100% !important;
    display: flex;
    align-items: center;
}
.how-help-controls .controls-container{
    height: 100%;
    justify-content: space-between;
    padding-block: 5vw;
    gap: 1vw;
    width: 95%;
}
.how-help-controls .controls-container button{
    height: 100%;
}
.controls-container button .arrow-container{
    width: 4vw !important;
    height: 4vw !important;
}

@media (width <= 1024px){
    .how-help-controls .controls-container{
        width: 100%;
    }
    .how-help-controls .controls-container{
        gap: 10px;
    }
    .controls-container button {
        padding: 10px 10px 10px 10px;
    }
    .controls-container button .arrow-container{
        width: 45px !important;
        height: 45px !important;
    }
}

@media screen and (min-width:1600px) and (max-width:1919px) {
    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .75rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 25px;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1440px) and (max-width:1599px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .75rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 20px;
    }
    .text-container .quotes {
        left: 6%;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    .logo-nav img{
        width: 95%;
    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .25rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }
    .quotes{
        top: 10% !important;
    }
    .quotes svg{
        width: 50px;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px) {
    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .25rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }
}
@media screen and (max-width:1023px){
    .menu-puntos{
        background-color: transparent;
        display:flex;
    }

    .content-menu-nav{
        width: 20%;
        justify-content: end;
    }

    .logo-nav{
        width: 80%;
    }
    .logo-nav img{
        max-width: 250px;
    }
    .logo-nav img{
        width: 60%;
    }

    nav{
        z-index: 6;
    }
    .no-mb{
        display: none !important;
    }
    .social-media{
        width: 80%;
        display: flex;
        justify-content: end;
    }
    .footer-bottom h6{
        width: 50%;
    }

    .footer-bottom h6{
        display: flex;
        align-items: center;
    }

    .footer-bottom{
        margin-top: 0% !important;
    }
}
@media (max-width: 980px) {
    .button-group-custom {
        display: inline-flex;
        align-items: center;
    }
    .insurance-overlay-text{
        display: none;
    }
    .insurance-container{
        flex-direction: column-reverse;
        padding: 20px;
        height: unset;
    }
    .insurance-left-section{
        width: 100%;
    }
    .insurance-right-section{
        width: 100%;
    }
}
@media (width <= 768px) {
    .footer-bottom{
        width: 100%;
    }
    .footer{
        display: none;
    }
    footer.mb-footer{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .mb-footer .logo{
        display: flex;
    }
    .mb-footer .logo img{
        width: 30%;
    }
    .mb-footer .logo .users{
        display: flex;
        align-items: flex-end;
    }
    .mb-footer .logo .users .text-container{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-left: 10px;
        gap: 2px;
    }
    .mb-footer .logo .users .text-container .count{
        font-family: Gotham-Bold;
    }
    .mb-footer .logo .users img{
        width: 60%;
    }
    .footer-title h1{
        font-size: 50px;
        font-family: Gotham;
        text-transform: uppercase;
    }
    .footer-title strong{
        font-family: Gotham-Bold;
    }
    .footer-title h1 .blue-word{
        font-family: Gotham-Bold;
        color: #2B70B8;
    }
    .footer-email{
        width: 100%;
    }
    .footer-email button{
        width: 30px;
        height: 30px;
        top: -10px;
    }
    .footer-email input{
        padding: 0px 0px 10px 0px;
    }
    .nav-footer ul{
        list-style: none;
        text-align: end;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .nav-footer ul li a{
        text-decoration: none;
        color: #000;
        font-family: Gotham;
        font-size: 16px;
    }
    .insurance-item.no-mobile{
        display: none;
    }
}